Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBSubnetGroupResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

public static GetInstance ( ) : CreateDBSubnetGroupResponseUnmarshaller
Résultat CreateDBSubnetGroupResponseUnmarshaller
        public static CreateDBSubnetGroupResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new CreateDBSubnetGroupResponseUnmarshaller();
            }
            return instance;
        }