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

GetInstance() public static méthode

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