public PendingModifiedValues unmarshall(StaxUnmarshallerContext context) throws Exception { PendingModifiedValues pendingModifiedValues = new PendingModifiedValues(); int originalDepth = context.getCurrentDepth(); int targetDepth = originalDepth + 1; if (context.isStartOfDocument()) targetDepth += 2; while (true) { XMLEvent xmlEvent = context.nextEvent(); if (xmlEvent.isEndDocument()) return pendingModifiedValues; if (xmlEvent.isAttribute() || xmlEvent.isStartElement()) { if (context.testExpression("MasterUserPassword", targetDepth)) { pendingModifiedValues.setMasterUserPassword( StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("NodeType", targetDepth)) { pendingModifiedValues.setNodeType( StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("NumberOfNodes", targetDepth)) { pendingModifiedValues.setNumberOfNodes( IntegerStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ClusterType", targetDepth)) { pendingModifiedValues.setClusterType( StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ClusterVersion", targetDepth)) { pendingModifiedValues.setClusterVersion( StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("AutomatedSnapshotRetentionPeriod", targetDepth)) { pendingModifiedValues.setAutomatedSnapshotRetentionPeriod( IntegerStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ClusterIdentifier", targetDepth)) { pendingModifiedValues.setClusterIdentifier( StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } } else if (xmlEvent.isEndElement()) { if (context.getCurrentDepth() < originalDepth) { return pendingModifiedValues; } } } }
public Endpoint unmarshall(StaxUnmarshallerContext context) throws Exception { Endpoint endpoint = new Endpoint(); int originalDepth = context.getCurrentDepth(); int targetDepth = originalDepth + 1; if (context.isStartOfDocument()) targetDepth += 2; while (true) { XMLEvent xmlEvent = context.nextEvent(); if (xmlEvent.isEndDocument()) return endpoint; if (xmlEvent.isAttribute() || xmlEvent.isStartElement()) { if (context.testExpression("Address", targetDepth)) { endpoint.setAddress(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("Port", targetDepth)) { endpoint.setPort(IntegerStaxUnmarshaller.getInstance().unmarshall(context)); continue; } } else if (xmlEvent.isEndElement()) { if (context.getCurrentDepth() < originalDepth) { return endpoint; } } } }
public ReservedNodeOffering unmarshall(StaxUnmarshallerContext context) throws Exception { ReservedNodeOffering reservedNodeOffering = new ReservedNodeOffering(); int originalDepth = context.getCurrentDepth(); int targetDepth = originalDepth + 1; if (context.isStartOfDocument()) targetDepth += 2; if (context.isStartOfDocument()) targetDepth++; while (true) { XMLEvent xmlEvent = context.nextEvent(); if (xmlEvent.isEndDocument()) return reservedNodeOffering; if (xmlEvent.isAttribute() || xmlEvent.isStartElement()) { if (context.testExpression("ReservedNodeOfferingId", targetDepth)) { reservedNodeOffering.setReservedNodeOfferingId( StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("NodeType", targetDepth)) { reservedNodeOffering.setNodeType( StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("Duration", targetDepth)) { reservedNodeOffering.setDuration( IntegerStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("FixedPrice", targetDepth)) { reservedNodeOffering.setFixedPrice( DoubleStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("UsagePrice", targetDepth)) { reservedNodeOffering.setUsagePrice( DoubleStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("CurrencyCode", targetDepth)) { reservedNodeOffering.setCurrencyCode( StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("OfferingType", targetDepth)) { reservedNodeOffering.setOfferingType( StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("RecurringCharges/RecurringCharge", targetDepth)) { reservedNodeOffering .getRecurringCharges() .add(RecurringChargeStaxUnmarshaller.getInstance().unmarshall(context)); continue; } } else if (xmlEvent.isEndElement()) { if (context.getCurrentDepth() < originalDepth) { return reservedNodeOffering; } } } }
public Cluster unmarshall(StaxUnmarshallerContext context) throws Exception { Cluster cluster = new Cluster(); int originalDepth = context.getCurrentDepth(); int targetDepth = originalDepth + 1; if (context.isStartOfDocument()) targetDepth += 2; if (context.isStartOfDocument()) targetDepth++; while (true) { XMLEvent xmlEvent = context.nextEvent(); if (xmlEvent.isEndDocument()) return cluster; if (xmlEvent.isAttribute() || xmlEvent.isStartElement()) { if (context.testExpression("ClusterIdentifier", targetDepth)) { cluster.setClusterIdentifier(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("NodeType", targetDepth)) { cluster.setNodeType(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ClusterStatus", targetDepth)) { cluster.setClusterStatus(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ModifyStatus", targetDepth)) { cluster.setModifyStatus(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("MasterUsername", targetDepth)) { cluster.setMasterUsername(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("DBName", targetDepth)) { cluster.setDBName(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("Endpoint", targetDepth)) { cluster.setEndpoint(EndpointStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ClusterCreateTime", targetDepth)) { cluster.setClusterCreateTime(DateStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("AutomatedSnapshotRetentionPeriod", targetDepth)) { cluster.setAutomatedSnapshotRetentionPeriod( IntegerStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ClusterSecurityGroups/ClusterSecurityGroup", targetDepth)) { cluster .getClusterSecurityGroups() .add( ClusterSecurityGroupMembershipStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("VpcSecurityGroups/VpcSecurityGroup", targetDepth)) { cluster .getVpcSecurityGroups() .add(VpcSecurityGroupMembershipStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ClusterParameterGroups/ClusterParameterGroup", targetDepth)) { cluster .getClusterParameterGroups() .add(ClusterParameterGroupStatusStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ClusterSubnetGroupName", targetDepth)) { cluster.setClusterSubnetGroupName( StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("VpcId", targetDepth)) { cluster.setVpcId(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("AvailabilityZone", targetDepth)) { cluster.setAvailabilityZone(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("PreferredMaintenanceWindow", targetDepth)) { cluster.setPreferredMaintenanceWindow( StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("PendingModifiedValues", targetDepth)) { cluster.setPendingModifiedValues( PendingModifiedValuesStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ClusterVersion", targetDepth)) { cluster.setClusterVersion(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("AllowVersionUpgrade", targetDepth)) { cluster.setAllowVersionUpgrade(BooleanStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("NumberOfNodes", targetDepth)) { cluster.setNumberOfNodes(IntegerStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("PubliclyAccessible", targetDepth)) { cluster.setPubliclyAccessible(BooleanStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("Encrypted", targetDepth)) { cluster.setEncrypted(BooleanStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("RestoreStatus", targetDepth)) { cluster.setRestoreStatus(RestoreStatusStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("HsmStatus", targetDepth)) { cluster.setHsmStatus(HsmStatusStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ClusterSnapshotCopyStatus", targetDepth)) { cluster.setClusterSnapshotCopyStatus( ClusterSnapshotCopyStatusStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ClusterPublicKey", targetDepth)) { cluster.setClusterPublicKey(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ClusterNodes/member", targetDepth)) { cluster .getClusterNodes() .add(ClusterNodeStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ElasticIpStatus", targetDepth)) { cluster.setElasticIpStatus( ElasticIpStatusStaxUnmarshaller.getInstance().unmarshall(context)); continue; } } else if (xmlEvent.isEndElement()) { if (context.getCurrentDepth() < originalDepth) { return cluster; } } } }
public Snapshot unmarshall(StaxUnmarshallerContext context) throws Exception { Snapshot snapshot = new Snapshot(); int originalDepth = context.getCurrentDepth(); int targetDepth = originalDepth + 1; if (context.isStartOfDocument()) targetDepth += 2; if (context.isStartOfDocument()) targetDepth++; while (true) { XMLEvent xmlEvent = context.nextEvent(); if (xmlEvent.isEndDocument()) return snapshot; if (xmlEvent.isAttribute() || xmlEvent.isStartElement()) { if (context.testExpression("SnapshotIdentifier", targetDepth)) { snapshot.setSnapshotIdentifier(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ClusterIdentifier", targetDepth)) { snapshot.setClusterIdentifier(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("SnapshotCreateTime", targetDepth)) { snapshot.setSnapshotCreateTime(DateStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("Status", targetDepth)) { snapshot.setStatus(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("Port", targetDepth)) { snapshot.setPort(IntegerStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("AvailabilityZone", targetDepth)) { snapshot.setAvailabilityZone(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ClusterCreateTime", targetDepth)) { snapshot.setClusterCreateTime(DateStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("MasterUsername", targetDepth)) { snapshot.setMasterUsername(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ClusterVersion", targetDepth)) { snapshot.setClusterVersion(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("SnapshotType", targetDepth)) { snapshot.setSnapshotType(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("NodeType", targetDepth)) { snapshot.setNodeType(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("NumberOfNodes", targetDepth)) { snapshot.setNumberOfNodes(IntegerStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("DBName", targetDepth)) { snapshot.setDBName(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("VpcId", targetDepth)) { snapshot.setVpcId(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("Encrypted", targetDepth)) { snapshot.setEncrypted(BooleanStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("EncryptedWithHSM", targetDepth)) { snapshot.setEncryptedWithHSM(BooleanStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression( "AccountsWithRestoreAccess/AccountWithRestoreAccess", targetDepth)) { snapshot .getAccountsWithRestoreAccess() .add(AccountWithRestoreAccessStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("OwnerAccount", targetDepth)) { snapshot.setOwnerAccount(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("TotalBackupSizeInMegaBytes", targetDepth)) { snapshot.setTotalBackupSizeInMegaBytes( DoubleStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ActualIncrementalBackupSizeInMegaBytes", targetDepth)) { snapshot.setActualIncrementalBackupSizeInMegaBytes( DoubleStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("BackupProgressInMegaBytes", targetDepth)) { snapshot.setBackupProgressInMegaBytes( DoubleStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("CurrentBackupRateInMegaBytesPerSecond", targetDepth)) { snapshot.setCurrentBackupRateInMegaBytesPerSecond( DoubleStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("EstimatedSecondsToCompletion", targetDepth)) { snapshot.setEstimatedSecondsToCompletion( LongStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("ElapsedTimeInSeconds", targetDepth)) { snapshot.setElapsedTimeInSeconds(LongStaxUnmarshaller.getInstance().unmarshall(context)); continue; } if (context.testExpression("SourceRegion", targetDepth)) { snapshot.setSourceRegion(StringStaxUnmarshaller.getInstance().unmarshall(context)); continue; } } else if (xmlEvent.isEndElement()) { if (context.getCurrentDepth() < originalDepth) { return snapshot; } } } }