Amazon.AutoScaling.Model.Internal.MarshallTransformations.CreateAutoScalingGroupResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

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